gtk_file_chooser_set_current_name: fix type of name argument
authorThomas Holder <thomas@thomas-holder.de>
Fri, 5 Jun 2020 10:43:49 +0000 (12:43 +0200)
committerThomas Holder <thomas@thomas-holder.de>
Mon, 18 Jan 2021 21:14:03 +0000 (22:14 +0100)
commit992cd088cf77531d5e6781d5e80bd49f16fab4a5
tree87dde2ba98c50bebefaa33cbb923e88453cb5630
parentf6010b2a59eb208b2fb61df04052466c9984220a
gtk_file_chooser_set_current_name: fix type of name argument

The description says UTF-8 string, but the annotation said filename.

Cherry-picked from gtk-3-24 1573ff6803d9c7a41145d21d5fa640ddc493bad2
gtk/gtkfilechooser.c